home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / ALL96.LZH / t0227 / text0035.txt < prev    next >
Encoding:
Text File  |  1996-03-07  |  947 b   |  32 lines

  1.  
  2. > Doug,
  3. > Could you please implement these two things in the main sourse tree so I 
  4. > dont have to modify the code every thime you release a new version?
  5.  
  6. > o  Save the palette at video init.
  7. > o  Restore the palette at video restore.
  8.  
  9. Ok, I thought I was doing that already, but obviously not. I probably
  10. just assumed that because everything was truecolour, the palette
  11. would never change anyway. What are you doing with the palette then?
  12.  
  13. > o  When some button is presed (HELP???), the function
  14. >   do_in_game_menu should be called.
  15.  
  16. Ok. I'll do it the same as with the map, so it's called during the
  17. game loop. Doom does this, although the player control is lost while
  18. the menu is visible.
  19.  
  20. > o  do_in_game_menu should be places in a dummy file called menu.s
  21. >   it should only contain a "rts".
  22.  
  23. Fine.
  24.  
  25. > If you do this, I can simply replace the dummy menu.s with my version all 
  26. > it will work!
  27.  
  28. Ok, I'll do this in the next version.
  29.  
  30. Doug.
  31.  
  32.